home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / Hyperlinks.wo / Hyperlinks.wos < prev   
Encoding:
Text File  |  1996-03-08  |  528 b   |  25 lines

  1. - showExample1 {
  2.     return [WOApp pageWithName:@"HyperlinkEx1"];
  3. }
  4.  
  5. - showExample2 {
  6.     return [WOApp pageWithName:@"HyperlinkEx2"];
  7. }
  8.  
  9. - showExample3 {
  10.     return [WOApp pageWithName:@"HyperlinkEx3"];
  11. }
  12.  
  13. - showExample4 {
  14.     return [WOApp pageWithName:@"HyperlinkEx4"];
  15. }
  16.  
  17. // This method sets the current synopsis page for the session.  
  18. // The "Synopsis Page" hyperlink in the example page requires this
  19. // information.
  20. - willPrepareForRequest:request inContext:context {
  21.     [WOApp setSynopsisPage:[context pageName]];
  22. }
  23.  
  24.  
  25.